html {
    scroll-behavior: smooth;
    margin: 0px !important;
    padding: 0px !important;
    overflow-x: hidden;
}


body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    height: auto;
    width: auto;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}


.button1 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 12px;
    gap: 8px;
    height: 34px;
    width: auto;
    border: none;
    background: #0000009d;
    border-radius: 20px;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
}

.lable1 {
    line-height: 20px;
    font-size: 17px;
    /* color: #FF342B; */
    color: #fffdfd;
    font-family: sans-serif;
    letter-spacing: 1px;
    margin-left: auto;
    margin-right: auto;
}

.button1:hover {
    background: #000000;
}

.button1:hover .svg-icon {
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

.btn-danger {
    font-family: "Libre Baskerville", serif !important;
    width: 120px;
}

.chart {
    width: 1300px;
}

.container {
    padding-top: 20px;
    padding-bottom: 20px;
}

.card-status {
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2em;
}

.card-body {
    text-align: center;
}

.card:hover {
    transform: scale(1.05);
    transition: transform 0.2s;
}

.textt {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: normal;
    color: aliceblue;
}

/* reload button color: ff342b */

.select {
    border-radius: 5px;
    font-size: 105%;
    text-align: center;
}

.select:focus {
    outline: navy;
    border: 3px solid navy;
}

option {
    color: navy;
}

.links {
    color: white !important;
}

li,
ol {
    text-decoration: none;
    list-style: none;
}

a {
    text-decoration: none !important;
}

.closebtn {
    display: none;
}

.menu-icon {
    display: none;
}

.topbar {
    transition: .5s;
}

header {
    display: flex;
    align-items: end;
    justify-content: center;
    height: 80px;
}

ol {
    display: flex;
    padding-left: 0 !important;
    /* margin-left: 10%; */
}

.nav {
    /* text-align: end; */
    font-weight: bold;
    font-size: 18px;
    list-style: none;
    display: inline-flex;
    justify-content: right;
    /* padding: 20px; */
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 20px;
    /* justify-content: right; */
    opacity: 50%;
    color: black;
}

.nav:hover {
    transition: 0.2s;
    cursor: pointer;
    opacity: 100%;
    color: navy;
}

.bi-list {
    display: none;
    font-weight: 900px !important;
    font-size: 45px;
}

.bi-x {
    display: none;
    font-size: 45px;
    font-weight: bolder;
}

.t4 {
    display: none !important;
}

input {
    border-radius: 10px;
}

input:focus {
    color: navy !important;
    font-weight: bold !important;
    outline: navy;
    border: 3px solid navy;
    text-align: center;
}

.yearr {
    display: flex;
    justify-content: center;
}

.years {
    width: 15%;
    text-align: center;
    margin-left: 2%;
    border-radius: 20px;
    color: navy;
    font-weight: bold;
}

.years:focus {
    color: navy;
    outline: navy;
    border: 3px solid navy;
}

.lbl {
    color: navy;
    font-weight: 600;
    font-size: 20px;
}

.pagi {
    display: flex;
    justify-content: end;

}


.page-link {
    color: #000000 !important;
}

.fontss {
    font-size: large;
    font-weight: bold;
    color: navy;
    padding: 2% !important;
}

.end {
    padding-left: 3%;
    color: navy;
    font-size: 20px;
}

.response {
    display: none;
}

.ResNav {
    text-align: center;
    color: navy !important;
    font-size: 40px !important;
    font-weight: bold !important;
}

.headerTop {
    border: 1px solid white;
    background-color: white;
    box-shadow: 0px 0px 25px lightgray;
    padding-left: 10px;
    padding-right: 10px;
}

.restro {
    font-size: xx-large;
    text-align: left;
    color: black;
}


.col-sm-12{
    margin-top: 3% !important;
}


.btn-primary{
    background-color: gray !important;
    border: none !important; 
}

.btn-primary:hover{
    background-color: rgb(82, 82, 82) !important;
}

.active>.page-link{
    color: white !important;
    background-color: black !important;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.form-control{
    outline: none !important;
    box-shadow: none !important;
    border-color: black !important; 
}

.btn-success{
    background-color: white !important; 
    color: black !important;
    border: none !important;
}

.btn-success:hover{
    background-color: rgb(238, 238, 238) !important;
}

.close{
    outline: none !important;
    box-shadow: none !important;
}

.btn-danger{
    background-color: red !important;
}

.orderedItems{
    color: navy !important;
    font-weight: 600;
}

.modal-title{
    color: red;
}

.removedItem{
    color: red !important;
    text-decoration: line-through !important;
}